projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7465eb3
)
(comint-mode): Remove space after `:' in mode-line-process.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Apr 1994 08:14:46 +0000
(08:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Apr 1994 08:14:46 +0000
(08:14 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index c6edeecbed5edd2726253341f6acfd3edb7acbbf..b83484809ebe8b89d84a8e92c17a1d0bdd94b104 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-342,7
+342,7
@@
Entry to this mode runs the hooks on `comint-mode-hook'."
(kill-all-local-variables)
(setq major-mode 'comint-mode)
(setq mode-name "Comint")
- (setq mode-line-process '(":
%s"))
+ (setq mode-line-process '(":%s"))
(use-local-map comint-mode-map)
(make-local-variable 'comint-last-input-start)
(setq comint-last-input-start (make-marker))